BarcodeHtmlHelper EmbedBarcodeImage Method Neodynamic Barcode Professional for ASP.NET Class Reference
Creates and embeds a HTML IMG tag that displays the barcode image on a View page.

Namespace: Neodynamic.Web.MVC.Barcode
Assembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.0.2000.0)
Syntax

public static string EmbedBarcodeImage(
	string barcodeSettings,
	string altText,
	string cssClass,
	string style
)

Parameters

barcodeSettings
Type: OnlineSystem String
The barcode settings in the form of a query string. Refer to the help docs for further details.
altText
Type: OnlineSystem String
The alternate text for the barcode image.
cssClass
Type: OnlineSystem String
The CSS Class name, if any.
style
Type: OnlineSystem String
The HTML Style attributes, if any.

Return Value

Type: OnlineString
Returns a HTML IMG tag that displays the barcode image on a View page.
See Also